::placeholder {
	color: #9B9B9B;
}
.layui-dropdown::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.layui-dropdown::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #d6dce9;
}
.layui-dropdown::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0);
}
#bp_loader {
	visibility: hidden;
}
body {
	background-color: #F4F5F9;
}
.layout {
	width: 1260px;
	margin: auto;
}
.header {
	width: 100%;
	height: 80px;
	background-color: #C60206;
	background-image: url('../img/1.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
.header .box {
	height: 100%;
	background-image: url('../img/5.png'),  url('../img/6.png');
	background-repeat: no-repeat, no-repeat;
	background-size: 48px 48px, auto 48px;
	background-position: 0 center, 60px center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header .box .item {
	margin-left: 45px;
}
.header .box .search {
	width: 160px;
	height: 36px;
	border: 0;
	background-image: url('../img/2.png');
	background-position: 8px center;
	background-size: 20px;
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-right: 15px;
	box-sizing: border-box;
}
.header .box .loginAndReg {
	background-image: url('../img/3.png');
	background-position: 8px center;
	background-size: 20px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	opacity: 1;
	color: #D0171A;
	width: 107px;
	height: 36px;
	line-height: 36px;
	box-sizing: border-box;
	padding-left: 33px;
}
.header .box .weather {
	/*display: flex;*/
	align-items: center;
	justify-content: center;
 	display: none;
}
.header .box .weather img {
	width: 35px;
	height: 35px;
	object-fit: contain;
}
.header .box .weather span {
	margin-left: 12px;
	color: rgba(255,255,255,0.9);
}
.header .box .readPaper {
	width: 35px;
	height: 35px;
	background-image: url(../img/16.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.nav {
	width: 100%;
	height: 63px;
	background-color: #FFFFFF;
	box-shadow: 0 0px 5px rgba(0,0,0,.1);
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 9;
}
.nav .box {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	line-height: 26px;
}
.nav .box .navList {
	width: calc(100% - 100px);
	height: 100%;
	margin-left: 0;
	margin-right: 0;
}
.nav .box .navList .swiper-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav .box .navList .swiper-slide {
	color: #707070;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	display: flex;
	align-items: center;
	width: auto;
	margin-left: 30px;
}
.nav .box .navList .swiper-slide.active {
	color: #000000;
	font-size: 24px;
}
.nav .box .navList .swiper-slide.active::after {
    content: '';
    display: block;
    width: 27px;
    height: 6px;
    background-image: url(../img/8.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    position: absolute;
    bottom: 9px;
    left: 50%;
	transform: translateX(-50%);
}
.nav .box .navList .swiper-slide:first-child {
	margin-left: 0;
}
.nav .city {
	text-align: center;
	cursor: pointer;
}
.nav .city i {
	margin-left: 5px;
	font-size: 16px;
}
.blank {
	height: 143px;
}
.card {
	border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 0 0px 5px rgba(0,0,0,.1);
}
.topNews {
	padding: 15px 20px;
	margin-top: 40px;
	box-sizing: border-box;
	overflow: hidden;
	/* display: none; */
}
.topNews .item {
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	background-image: url('../img/9.png');
	background-position: -20px center;
	background-repeat: no-repeat;
	background-size: 7px;
	border-left: 20px solid rgba(255,255,255,0);
	margin-bottom: 11px;
}
.topNews .item a {
	display: inline-block;
	transition-timing-function: linear;
}
.topNews .item:last-child {
	margin-bottom: 0;
}
.content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 40px;
}
/*左侧*/
.content .left {
	width: 975px;
}
.content .left .bigNews {
	display: flex;
	justify-content: space-between;
	padding: 10px 0 10px 10px;
}
.content .left .bigNews .bigImg {
	width: 555px;
	height: 336px;
	object-fit: cover;
}
.content .left .bigNews .bigVideo {
	width: 555px;
	height: 336px;
	object-fit: cover;
}
.content .left .bigNews .nList {
	width: calc(100% - 565px);
}
.content .left .bigNews .nList .item {
	font-size: 17px;
	padding: 15px 20px;
	box-sizing: border-box;
	display: block;
}
.content .left .bigNews .nList .item p {
	width: 100%;
	height: 54px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	line-height: 1.6;
}
.content .left .bigNews .nList .item p.time {
	height: auto;
	font-size: 14px;
	text-align: right;
	margin-top: 5px;
	color: rgba(0,0,0,0.8);
	visibility: visible;
}
.content .left .bigNews .nList .item p.time span {
	margin-right: 20px;
}
.content .left .bigNews .nList .item.active {
	color: rgba(255,255,255,0.99);
	background: linear-gradient(to right, #D51520 50%, #EBAFA5)
}
.content .left .bigNews .nList .item.active p.time {
	color: rgba(255,255,255,0.8);
	visibility: visible;
}
.content .left .listBox {
	margin-top: 10px;
	box-sizing: border-box;
	padding: 3px 10px;
}
.content .left .listBox .layui-tab .layui-tab-title li {
	font-size: 18px;
	color: #707070;
}
.content .left .listBox .layui-tab>.layui-tab-title .layui-this {
	color: #C41F25;
	font-size: 22px;
	font-weight: bold;
}
.content .left .listBox .layui-tab>.layui-tab-more li.layui-this:after, .content .left .listBox .layui-tab>.layui-tab-title .layui-this:after {
	border-bottom: 4px solid #C41F25;
	width: 30px;
	height: 0px;
	left: 50%;
	top: auto;
	bottom: -2px;
	border-radius: 5px;
	transform: translateX(-50%);
}
.content .left .listBox .item {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}
.content .left .listBox .item:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #E5E5E5;
	position: absolute;
	bottom: 15px;
	left: 0;
}
.content .left .listBox .item .thumb {
	width: 185px;
	height: 138px;
	object-fit: cover;
	float: left;
	margin-right: 25px;
}
.content .left .listBox .item .title {
	height: 96px;
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.content .left .listBox .item .time {
	text-align: right;
	font-size: 14px;
	margin-top: 23px;
	color: rgba(0,0,0,0.6);
}
.content .left .listBox .item .time label {
	color: #D0171A;
	margin-right: 20px;
}
.content .left .listBox .item .time span {
	margin-right: 20px;
}
.content .left .listBox .item:last-child {
	padding-bottom: 0;
}
.content .left .listBox .item:last-child:after {
	background-color: transparent;
}
/*ztStyle*/
.content .left .listBox .item.ztStyle .time {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.content .left .listBox .item.ztStyle .thumb_zt {
	width: 100%;
	object-fit: cover;
}
.content .left .listBox .item.ztStyle span {
	border: 1px solid #D11D20;
	border-radius: 3px;
	padding: 0 5px;
	color: #D11D20;
}
/*ztStyle1*/
.content .left .listBox .item.ztStyle1 .thumb_zt {
	height: 146px;
}
/*ztStyle2*/
.content .left .listBox .item.ztStyle2 .thumb_zt {
	height: auto;
}
/*右侧*/
.content .right {
	width: 270px;
	position: relative;
}
.content .right .boxTitle {
	width: 38%;
}
.content .right .more {
	position: absolute;
	top: 6px;
	right: 0;
	color: #707070;
	display: flex;
	align-items: center;
}
.content .right .more img {
	width: 6px;
	margin-left: 3px;
}
.content .right .item {
	margin-top: 10px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.content .right .item .thumb {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.content .right .item .btnPlay {
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translateX(-50%);
}
.content .right .item a {
	font-size: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
	margin: 15px 15px 25px 15px;
	box-sizing: border-box;
}
/**
 * 暂无更多
 */
.listBox .noMore {
	text-align: center;
	font-size: 14px;
	color: rgba(0,0,0,0.6);
	line-height: 60px;
}
/**短视频+精彩视频**/
.content_video {
	margin-top: 20px;
}
.content_video .left {
	width: 100%;
}
.content_video .left .listBox {
	padding: 12px 20px;
}
.content_video .left .listBox .videoBox {
	box-sizing: border-box;
}
.content_video .left .listBox .videoBox:after {
	content: '';
	display: block;
	clear: both;
}
.content_video .left .listBox .videoItem {
	display: block;
	float: left;
	width: calc(25% - 19px);
	box-sizing: border-box;
	padding-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
	margin-right: 25px;
	margin-bottom: 25px;
	position: relative;
}
.content_video .left .listBox .videoItem:nth-child(4n) {
	margin-right: 0;
}
.content_video .left .listBox .videoItem .duration {
	position: absolute;
	top: 482px;
	right: 5px;
	z-index: 2;
	background-color: rgba(0,0,0,0.6);
	color: rgba(255,255,255,0.9);
	padding: 2px 6px;
	border-radius: 5px;
	font-size: 14px;
}
.content_video .left .listBox .videoItem .thumb {
	width: 100%;
	height: 508px;
	object-fit: cover;
}
.content_video .left .listBox .videoItem .title {
	height: 58px;
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	box-sizing: border-box;
	padding: 10px 15px 0px 15px;
}
.content_video .left .listBox .videoItem .time {
	font-size: 14px;
	margin-top: 10px;
	color: rgba(0,0,0,0.6);
	padding: 0px 15px;
}
.content_video .right {
	display: none;
}
.content_video .noMore {
	width: 100%;
	float: left;
}
.content_video_jc .left .listBox .videoBoxTitle {
	width: 120px;
	margin-top: -5px;
	margin-bottom: 20px;
}
.content_video_jc .left .listBox .videoItem .thumb {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
/**读者轮播**/
.readerSwiper {

}
.readerSwiper .swiper-slide {
	position: relative;
	display: block;
}
.readerSwiper .swiper-slide img {
	width: 100%;
	height: 477px;
	object-fit: cover;
}
.readerSwiper .swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 18px;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 50px 20px 40px 20px;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.readerSwiper .swiper-pagination {
	bottom: 45px;
}
.readerSwiper .swiper-pagination .swiper-pagination-bullet {
	height: 5px;
	width: 30px;
	border-radius: 5px;
}
.readerSwiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #FFFFFF;
}
/**返回顶部**/
.btnBackTop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 99999999;
	cursor: pointer;
	display: none;
	color: rgba(0,0,0,0.6);
}
/*分页样式*/
.flip{
	text-align: center;
	margin-top: 80px;
}

.flip a{
	display: inline-block;
	vertical-align: top;
	height: 32px;
	line-height: 32px;
	padding: 0px 12px;
	border: 1px solid #ddd;
	margin-left: -1px;
	color: #ff4449;
	background: #fff;
}

.flip a:hover,.flip .current{
	background: #ff4449;
	color: #fff !important;
}

.flip .disabled,.flip .disabled:hover{
	color: #999 !important;
	background: #fff !important;
	cursor: not-allowed;
}

.wrapper{
	width:100%;
	min-width:1125px;
	max-width:1920px;
	margin:0px auto;
	overflow: hidden;
}


#footer1{
	background: #2d3236;
	text-align: center;
	color: #686a6c;
	line-height: 24px;
	padding: 20px 0px;
	margin-top: 100px;
}

#footer1 a{
	color: #686a6c;
}